home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / macintosh-c / macc-carbon-demos-nonbinhex.sit / macc-carbon-demos-nonbinhex / chap22-demo-carbon events / Lists.h.rsrc / TEXT_8715.txt < prev   
Text File  |  2001-05-15  |  1KB  |  19 lines

  1. // *******************************************************************************************
  2. // List.h                                                                               CARBON
  3. // *******************************************************************************************
  4. // 
  5. // This program allows the user to open a window and a movable modal dialog by choosing the
  6. // relevant items in the Demonstration menu.  The window and the dialog box both contain two
  7. // lists.
  8. //
  9. // The cells of one list in the window, and of both lists in the dialog box, contain text.
  10. // The cells of the second list in the window contain icons.
  11. //
  12. // The text lists use the default list definition function.  The list with the icons uses a
  13. // custom list definition function.
  14. //
  15. // The currently active list is indicated by a keyboard focus frame, and can be changed by
  16. // clicking in the non-active list or by pressing the tab key.
  17. //
  18. // The text list in the window uses the default cell-selection algorithm; accordingly, 
  19. // mul